have to link with libbabl.a, at least on the Windows platforms
authorMichael Schumacher <schumaml@cvs.gnome.org>
Mon, 4 Sep 2006 22:16:09 +0000 (22:16 +0000)
committerMichael Schumacher <schumaml@src.gnome.org>
Mon, 4 Sep 2006 22:16:09 +0000 (22:16 +0000)
2006-09-04  Michael Schumacher  <schumaml@cvs.gnome.org>

* extensions/Makefile.am: have to link with libbabl.a, at least on
the Windows platforms

ChangeLog
extensions/Makefile.am

index 415cc7b64f995eb7bf4cd5d211f0fe964cc68915..c820d6dc4db598a047925d1ad43fc656ecfe2546 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-04  Michael Schumacher  <schumaml@cvs.gnome.org>
+
+       * extensions/Makefile.am: have to link with libbabl.a, at least on
+       the Windows platforms
+
 2006-08-31  Øyvind Kolås  <pippin@gimp.org>
 
        * extensions/.cvsignore: added Makefile.in
index 64bd496abde9ded93f4fbb15245520e1d63234f5..e6373391677d0df841f01ba97a1e62ed53e1519f 100644 (file)
@@ -2,7 +2,7 @@
 # file babl_extensions
 
 if OS_WIN32
-win32_libs = -lgw32c -liberty -lole32 -luuid -lwsock32
+win32_libs = ../babl/.libs/libbabl.a -lgw32c -liberty -lole32 -luuid -lwsock32
 no_undefined = -no-undefined
 endif